Docs: working practices + rulebook transcription runbook#46
Merged
Conversation
added 2 commits
July 6, 2026 17:34
Captures the project's operating discipline so any contributor (or agent session) works the same way: PR/review workflow, definition of done, rules-content fidelity rules, dev-loop gotchas, and the proven vision-extraction pipeline for the scanned rulebook.
There was a problem hiding this comment.
0 issues found across 1 file (changes from recent commits).
Auto-approved: Documentation-only: adds workflow guidelines and transcription runbook. No code changes, low risk.
Re-trigger cubic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Writes down how this project is actually worked on, so the discipline survives across sessions and contributors:
vp check/vp test+ live browser verification + book-value assertions), rules-content fidelity rules (page-stamped, transcribe from renders, schema-extension over rule-flattening, clamp-at-the-write), and dev-loop gotchas (anonymous local Convex, the orphaned-backend-on-3210 trap, seeding viaconvex run).Docs only — no code changes.
Summary by cubic
Documents working practices and the rulebook transcription runbook so contributors follow the same workflow and quality bar. Adds
CLAUDE.mdanddocs/rules/TRANSCRIPTION.md; docs-only, no code changes. Includes a small formatting pass toTRANSCRIPTION.md.CLAUDE.md: workflow (branch → PR → Cubic review → maintainer merge), DoD (vp check/vp test, live browser), fidelity rules (page wins, render-based transcription, extend schema, clamp at write), and localconvexdev tips.docs/rules/TRANSCRIPTION.md: PyMuPDF render-and-read at 2.2x, page-stamped JSON, batch per section, pin counts in tests, checkpoint often.Written for commit ee1bd14. Summary will update on new commits.